home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / netbsd / contrib / popclient-2.21-bin10.readme < prev    next >
Text File  |  1995-10-22  |  1KB  |  52 lines

  1. Descr:     Retrieves mail von host via POP2/POP3 and places it into your
  2.     NetBSD mail directory (/var/mail/*).
  3.  
  4. POPClient 2.21  - A POP2/POP3 compliant mail retrieval client.
  5.  
  6.  
  7. This is a very handy utility for SLIP (and especially SLiRP) connected 
  8. machines.  It will go out to your specified POP2/POP3 host machine, 
  9. retreive your email, and place it in your NetBSD mail directory 
  10. (/var/mail/*).  Then you can use your local mail software (elm, pine, 
  11. etc.) to read it.
  12.  
  13.  
  14. Suggestions:
  15.  
  16. *  Add a cron entry that executes popclient every 5 minutes, for transparent
  17.    mail retreival.
  18.  
  19. *  Create a shell script that does the same as above, and add it to your slip
  20.    startup script.
  21.  
  22. *  Create an alias such as: 
  23.      alias pop 'popclient -s -u username -p password remote.host.name ; mail'
  24.  
  25.  
  26.  
  27. Installation:
  28.  
  29. 1. Put popclient anywhere in your path - /usr/local/bin is a good place.
  30. 2. Put popclient.1 in /usr/local/man/man1
  31.  
  32.  
  33. Compiled on a -current NetBSD machine, but should would with 1.0.
  34.  
  35.  
  36. The source can be obtained at:
  37.  
  38.  ftp://ftp.cdrom.com/pub/linux/sunsite/system/Mail/pop/popclient-2.21.tar.gz
  39.  
  40. If you want to compile this for yourself, edit config.h and change
  41.  MDA_PATH  to "/usr/libexec/mail.local" 
  42.  MDA_ALIAS to "mail.local"   
  43.  MDA_ARGS  to "-f POPmail $u"   (the -f part is optional)
  44.    
  45.  
  46.  
  47.  
  48.  
  49. Jeff Thieleke
  50. thieleke@icaen.uiowa.edu   (which is later POPped to my NetBSD machine!)
  51. http://www.icaen.uiowa.edu
  52.